home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SCREEN / MODEUTIL / !ModeUtil / !Help next >
Text File  |  1991-05-20  |  5KB  |  130 lines

  1.                          Help for !ModeUtil v0.11
  2.  
  3.             This application is © Copyright '91 Jason Williams
  4.                       This release is PUBLIC DOMAIN.
  5.  
  6.  
  7. (Mode Util has been written to fix some of the shortcomings of the standard
  8. palette utility. I intend to include palette management with RGB, HSV, CMYK,
  9. and Rainbow colour choosers, but at present that functionality is a pipe
  10. dream!)
  11.  
  12. Mode Util presently allows you to name your screen modes, and also includes
  13. a MULTITASKING screen saver.
  14.  
  15.  
  16. Named screen modes
  17. ==================
  18.  
  19. Now, you can ask for screen mode 'Multiscan.Large' rather than mode '82',
  20. etc. This is far more user-friendly, saving you from remembering meaningless
  21. mode numbers, and allowing you to only remember the names for the subset of
  22. screen modes that YOU want to use.
  23.  
  24. After running Mode Util, click Menu on it's icon to select a new screen
  25. mode from the default list. Each mode appears on the menu as either a single
  26. name, or a group-name with an arrow to a list of mode names, e.g.:
  27.  
  28.  
  29.     16 colours
  30.     Multiscan ⇨ 16 colours
  31.                 256 colours
  32.  
  33.  
  34. This menu contains 3 screen mode names:
  35.  '16 colours' which would select something like mode 12 when clicked.
  36.  'Multiscan ⇨ 16 colours', which would select mode 20,
  37.  'Multiscan ⇨ 256 colours', which would select mode 21.
  38.  
  39. If the default list of modes is not to your liking, then you can enter your
  40. own set of modes by doing the following:
  41.  
  42. Select the menu option 'Clear all', which wipes all mode names. (This is not
  43. necessary if you only want to add a new mode to the current list!)
  44.  
  45. Click Select on the iconbar icon, and a window will appear with 3 white
  46. writeable boxes, and three buttons, 'Set', 'Try Mode', and 'Clear'. You can
  47. now:
  48.  
  49. * Enter the group name, mode name, and mode number for a mode, and click
  50.   'Set' to add that definition to the submenu.
  51.  
  52.   Or, enter the mode name (in the left writeable box), delete all text in
  53.   the righthand writeable box, and enter the mode number, and click 'Set' to
  54.   add that definition to the MAIN menu.
  55.  
  56. * Enter the group+name or name of any defined mode, and click 'Clear' to
  57.   clear that entry.
  58.  
  59. * Click on 'Try Mode', to select the mode in the 'mode number' writeable
  60.   box, so you can see what the mode looks like.
  61.  
  62.  
  63.  
  64. The current setup will be saved when you quit from the application.
  65.  
  66. Note also that if you change mode with Mode Utils, the palette manager, or
  67. if you click 'Set' or 'Cancel', then the window will change to display the
  68. current mode number, and the definition if one exists.
  69.  
  70.  
  71. If you have any modules (Such as Impression's !NewModes) that you wish to
  72. use, you can copy them into the '!ModeUtil.AutoRun' directory, and ModeUtil
  73. will automatically load them when it is run. That way, you can ensure that
  74. any ModeUtil named screen modes are always available when ModeUtil is
  75. running.
  76.  
  77. ---
  78.  
  79. You can also edit the settings with !Edit by editing the text file
  80. '!ModeUtil.Settings'. NOTE that the layout of this file must stay exactly as
  81. it is now, i.e. One line per entry of the form:
  82.  
  83. <modenum> <modegroup>.<modename>
  84. or
  85. <modenum> <modename>
  86.  
  87. Note also that the <modenum> should be 1, 2, or 3 digits, followed by enough
  88. spaces to move the first character of the <modegroup> bit to the 5th column
  89. across. (i.e. when editing in System font in !Edit, all the text should line
  90. up vertically)
  91.  
  92.        
  93.  
  94.  
  95. MULTITASKING screen saver
  96. =========================
  97.  
  98. If you leave your computer unattended for too long (i.e. the mouse stays in
  99. the same place, and no keys are pressed for a while), ModeUtil will
  100. automatically blank the screen to stop the picture from being permanently
  101. 'burnt-in' on the monitor screen. This is done by covering the entire screen
  102. with a super-large black window (64000 pixels wide and high so it even works
  103. with !Largeness).
  104.  
  105. To return to the desktop, simply click Select or Adjust, or hit a key on the
  106. keyboard. To alter the configuration of the screensaver, click Menu. This
  107. brings up a menu that allows you to set the time before the screensaver
  108. blanks the screen (30 seconds, 1 minute, 5 minutes, or enter a number
  109. followed by 's' (seconds), 'm' (minutes), or 'h' (hours) into the writeable
  110. menu item at the bottom of that menu. Or you can turn off automatic screen
  111. saving by selecting 'Off'.
  112.  
  113. The screen will also be saved if you move the mouse pointer into the very
  114. top left corner of the screen. (If you have turned OFF the screen saver,
  115. this is the only way you can get to turn it back on without quitting and
  116. restarting the application)
  117.  
  118. So that you know that the screensaver is on, and it's not just that your
  119. monitor has been turned off or has blown up (!), it prints the time
  120. on-screen, moving it every second so that it also doesn't damage your
  121. monitor!
  122.  
  123. While the saver window is up, every other application continues to run 'in
  124. the background', so de-archiving, raytracing, picture conversion, modem
  125. downloading, etc. will all continue unhindered in the background.
  126.  
  127. (Maybe those authors who have written a background-mode operation would like
  128. to add a beep when the operation is finished?)
  129.  
  130.